home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineButton2_328 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-19  |  111b  |  6 lines

  1. on(release){
  2.    trace("press lose");
  3.    trace("----- " + _global.ctn.game);
  4.    _global.ctn.game.lose();
  5. }
  6.